home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / defcon-minus.swf / scripts / frame_12 / DoAction_2.as next >
Encoding:
Text File  |  2011-10-17  |  671 b   |  26 lines

  1. stop();
  2. __top10_send__ = new LoadVars();
  3. __top10_receive__ = new LoadVars();
  4. __top10_url_1__ = "http://www.armorbot.com/flashcomm";
  5. __top10_url_2__ = "/top10_b";
  6. __top10_send__.hid = 1237;
  7. __top10_send__.kid = "RUGQQA";
  8. __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__,__top10_receive__,"POST");
  9. __top10_receive__.onLoad = function(success)
  10. {
  11.    if(success)
  12.    {
  13.       i = 1;
  14.       while(i < 11)
  15.       {
  16.          _root["_name" + i + "_"].text = __top10_receive__["name" + i];
  17.          _root["_score" + i + "_"].text = __top10_receive__["score" + i];
  18.          i++;
  19.       }
  20.    }
  21.    else
  22.    {
  23.       _root.__err__.gotoAndStop(2);
  24.    }
  25. };
  26.